- PurpleAttentionType
alias PurpleAttentionType = _PurpleAttentionType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleBuddyIconSpec
alias PurpleBuddyIconSpec = _PurpleBuddyIconSpec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleIconScaleRules
alias PurpleIconScaleRules = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePluginProtocolInfo
alias PurplePluginProtocolInfo = _PurplePluginProtocolInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleProtocolOptions
alias PurpleProtocolOptions = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleThumbnailSpec
alias PurpleThumbnailSpec = _PurpleThumbnailSpec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_get_icon_name
alias da_purple_attention_type_get_icon_name = const(char)* function(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_get_incoming_desc
alias da_purple_attention_type_get_incoming_desc = const(char)* function(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_get_name
alias da_purple_attention_type_get_name = const(char)* function(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_get_outgoing_desc
alias da_purple_attention_type_get_outgoing_desc = const(char)* function(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_get_unlocalized_name
alias da_purple_attention_type_get_unlocalized_name = const(char)* function(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_new
alias da_purple_attention_type_new = PurpleAttentionType* function(const(char)* ulname, const(char)* name, const(char)* inc_desc, const(char)* out_desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_set_icon_name
alias da_purple_attention_type_set_icon_name = void function(PurpleAttentionType* type, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_set_incoming_desc
alias da_purple_attention_type_set_incoming_desc = void function(PurpleAttentionType* type, const(char)* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_set_name
alias da_purple_attention_type_set_name = void function(PurpleAttentionType* type, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_set_outgoing_desc
alias da_purple_attention_type_set_outgoing_desc = void function(PurpleAttentionType* type, const(char)* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_attention_type_set_unlocalized_name
alias da_purple_attention_type_set_unlocalized_name = void function(PurpleAttentionType* type, const(char)* ulname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_find_prpl
alias da_purple_find_prpl = PurplePlugin* function(const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_change_account_status
alias da_purple_prpl_change_account_status = void function(PurpleAccount* account, PurpleStatus* old_status, PurpleStatus* new_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_get_media_caps
alias da_purple_prpl_get_media_caps = PurpleMediaCaps function(PurpleAccount* account, const(char)* who)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_get_statuses
alias da_purple_prpl_get_statuses = GList* function(PurpleAccount* account, PurplePresence* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_account_actions
alias da_purple_prpl_got_account_actions = void function(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_account_idle
alias da_purple_prpl_got_account_idle = void function(PurpleAccount* account, gboolean idle, time_t idle_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_account_login_time
alias da_purple_prpl_got_account_login_time = void function(PurpleAccount* account, time_t login_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_account_status
alias da_purple_prpl_got_account_status = void function(PurpleAccount* account, const(char)* status_id, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_attention
alias da_purple_prpl_got_attention = void function(PurpleConnection* gc, const(char)* who, guint type_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_attention_in_chat
alias da_purple_prpl_got_attention_in_chat = void function(PurpleConnection* gc, int id, const(char)* who, guint type_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_media_caps
alias da_purple_prpl_got_media_caps = void function(PurpleAccount* account, const(char)* who)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_user_idle
alias da_purple_prpl_got_user_idle = void function(PurpleAccount* account, const(char)* name, gboolean idle, time_t idle_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_user_login_time
alias da_purple_prpl_got_user_login_time = void function(PurpleAccount* account, const(char)* name, time_t login_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_user_status
alias da_purple_prpl_got_user_status = void function(PurpleAccount* account, const(char)* name, const(char)* status_id, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_got_user_status_deactive
alias da_purple_prpl_got_user_status_deactive = void function(PurpleAccount* account, const(char)* name, const(char)* status_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_initiate_media
alias da_purple_prpl_initiate_media = gboolean function(PurpleAccount* account, const(char)* who, PurpleMediaSessionType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_prpl_send_attention
alias da_purple_prpl_send_attention = void function(PurpleConnection* gc, const(char)* who, guint type_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_icon_name
const(char)* purple_attention_type_get_icon_name(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_incoming_desc
const(char)* purple_attention_type_get_incoming_desc(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_name
const(char)* purple_attention_type_get_name(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_outgoing_desc
const(char)* purple_attention_type_get_outgoing_desc(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_unlocalized_name
const(char)* purple_attention_type_get_unlocalized_name(const(PurpleAttentionType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_new
PurpleAttentionType* purple_attention_type_new(const(char)* ulname, const(char)* name, const(char)* inc_desc, const(char)* out_desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_icon_name
void purple_attention_type_set_icon_name(PurpleAttentionType* type, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_incoming_desc
void purple_attention_type_set_incoming_desc(PurpleAttentionType* type, const(char)* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_name
void purple_attention_type_set_name(PurpleAttentionType* type, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_outgoing_desc
void purple_attention_type_set_outgoing_desc(PurpleAttentionType* type, const(char)* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_unlocalized_name
void purple_attention_type_set_unlocalized_name(PurpleAttentionType* type, const(char)* ulname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_find_prpl
PurplePlugin* purple_find_prpl(const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_change_account_status
void purple_prpl_change_account_status(PurpleAccount* account, PurpleStatus* old_status, PurpleStatus* new_status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_get_media_caps
PurpleMediaCaps purple_prpl_get_media_caps(PurpleAccount* account, const(char)* who)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_get_statuses
GList* purple_prpl_get_statuses(PurpleAccount* account, PurplePresence* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_account_actions
void purple_prpl_got_account_actions(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_account_idle
void purple_prpl_got_account_idle(PurpleAccount* account, gboolean idle, time_t idle_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_account_login_time
void purple_prpl_got_account_login_time(PurpleAccount* account, time_t login_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_account_status
void purple_prpl_got_account_status(PurpleAccount* account, const(char)* status_id, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_attention
void purple_prpl_got_attention(PurpleConnection* gc, const(char)* who, guint type_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_attention_in_chat
void purple_prpl_got_attention_in_chat(PurpleConnection* gc, int id, const(char)* who, guint type_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_media_caps
void purple_prpl_got_media_caps(PurpleAccount* account, const(char)* who)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_user_idle
void purple_prpl_got_user_idle(PurpleAccount* account, const(char)* name, gboolean idle, time_t idle_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_user_login_time
void purple_prpl_got_user_login_time(PurpleAccount* account, const(char)* name, time_t login_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_user_status
void purple_prpl_got_user_status(PurpleAccount* account, const(char)* name, const(char)* status_id, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_user_status_deactive
void purple_prpl_got_user_status_deactive(PurpleAccount* account, const(char)* name, const(char)* status_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_initiate_media
gboolean purple_prpl_initiate_media(PurpleAccount* account, const(char)* who, PurpleMediaSessionType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_send_attention
void purple_prpl_send_attention(PurpleConnection* gc, const(char)* who, guint type_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_icon_name
da_purple_attention_type_get_icon_name purple_attention_type_get_icon_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_incoming_desc
da_purple_attention_type_get_incoming_desc purple_attention_type_get_incoming_desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_name
da_purple_attention_type_get_name purple_attention_type_get_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_outgoing_desc
da_purple_attention_type_get_outgoing_desc purple_attention_type_get_outgoing_desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_get_unlocalized_name
da_purple_attention_type_get_unlocalized_name purple_attention_type_get_unlocalized_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_new
da_purple_attention_type_new purple_attention_type_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_icon_name
da_purple_attention_type_set_icon_name purple_attention_type_set_icon_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_incoming_desc
da_purple_attention_type_set_incoming_desc purple_attention_type_set_incoming_desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_name
da_purple_attention_type_set_name purple_attention_type_set_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_outgoing_desc
da_purple_attention_type_set_outgoing_desc purple_attention_type_set_outgoing_desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_attention_type_set_unlocalized_name
da_purple_attention_type_set_unlocalized_name purple_attention_type_set_unlocalized_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_find_prpl
da_purple_find_prpl purple_find_prpl;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_change_account_status
da_purple_prpl_change_account_status purple_prpl_change_account_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_get_media_caps
da_purple_prpl_get_media_caps purple_prpl_get_media_caps;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_get_statuses
da_purple_prpl_get_statuses purple_prpl_get_statuses;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_account_actions
da_purple_prpl_got_account_actions purple_prpl_got_account_actions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_account_idle
da_purple_prpl_got_account_idle purple_prpl_got_account_idle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_account_login_time
da_purple_prpl_got_account_login_time purple_prpl_got_account_login_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_account_status
da_purple_prpl_got_account_status purple_prpl_got_account_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_attention
da_purple_prpl_got_attention purple_prpl_got_attention;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_attention_in_chat
da_purple_prpl_got_attention_in_chat purple_prpl_got_attention_in_chat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_media_caps
da_purple_prpl_got_media_caps purple_prpl_got_media_caps;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_user_idle
da_purple_prpl_got_user_idle purple_prpl_got_user_idle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_user_login_time
da_purple_prpl_got_user_login_time purple_prpl_got_user_login_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_user_status
da_purple_prpl_got_user_status purple_prpl_got_user_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_got_user_status_deactive
da_purple_prpl_got_user_status_deactive purple_prpl_got_user_status_deactive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_initiate_media
da_purple_prpl_initiate_media purple_prpl_initiate_media;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_prpl_send_attention
da_purple_prpl_send_attention purple_prpl_send_attention;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.